Bentley Map V8i (SELECTseries 10) Help

Command Syntax

When describing the commands that can be used in a script, the following syntax is used:

{ val1 | val2 | . . .}

Specifies a list where one and only one of the values must be used.

[ val1 | val2 | ... ]

Specifies a list where one of the values may be used.

...

The previous part of the syntax rules can be repeated any number of times.

Example: EXCLUDE {ELEMENT | RECORD | CLEAR }

In this example, use one of the following commands:

  • EXCLUDE ELEMENT

  • EXCLUDE RECORD

  • EXCLUDE CLEAR

DPRINT  { X | Y | Z  } [“format”]   [ { X |
Y | Z  } [“format”]  ]... 

In this example, enter DPRINT followed by an X, Y or Z. A format string follows this but it is no necessary to specify the format. Use the same syntax to specify which of the other coordinates to print out next and which format to use.